projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dd2409
)
docs: Fix value annotation
author
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 22 Feb 2021 00:10:56 +0000
(
00:10
+0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:31 +0000
(16:37 +0000)
Drop the `:`.
gdk/gdkevents.h
patch
|
blob
|
history
diff --git
a/gdk/gdkevents.h
b/gdk/gdkevents.h
index e038501cd29e097e48adc322ef93e324427721dc..70a7cbf2eb4013f2389b62ed3e7be256f61b637a 100644
(file)
--- a/
gdk/gdkevents.h
+++ b/
gdk/gdkevents.h
@@
-47,7
+47,7
@@
G_BEGIN_DECLS
#define GDK_IS_EVENT_TYPE(event, type) (gdk_event_get_event_type ((event)) == (type))
/**
- * GDK_PRIORITY_EVENTS: (value
:
0)
+ * GDK_PRIORITY_EVENTS: (value 0)
*
* This is the priority that events from the X server are given in the main loop.
*/